home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’97 / Animated Icons / Source / MyPP_DebugHeaders.h < prev    next >
Encoding:
Text File  |  1997-03-20  |  431 b   |  16 lines  |  [TEXT/CWIE]

  1. // ===========================================================================
  2. //    PP_DebugHeaders.h            ©1996-1997 Metrowerks Inc. All rights reserved.
  3. // ===========================================================================
  4.  
  5.     // Use PowerPlant-specific Precompiled header
  6.     
  7. #if __POWERPC__
  8.     #include "MyPP_DebugHeadersPPC"
  9.     
  10. #elif __CFM68K__
  11.     #include "MyPP_DebugHeadersCFM68K"
  12.     
  13. #else
  14.     #include "MyPP_DebugHeaders68K"
  15. #endif
  16.